home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / freedos.zip / COM050.ZIP / README.TXT < prev    next >
Text File  |  1996-01-17  |  1KB  |  44 lines

  1. FreeDOS Command Line Interface
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. About
  5. ~~~~~
  6. this software is part of the FreeDOS project. Please email James Hall at
  7. freedos@sunsite.unc.edu for more information, or visit the freedos archive
  8. at "sunsite.unc.edu:/pub/pc-stuff/freedos".
  9.  
  10. Please send any bug reports, comments or other info to:
  11.    
  12.    normat@rpi.edu (Tim Norman)
  13.  
  14. This software has been developed by the following people:
  15.  
  16.    normat@rpi.edu (Tim Norman)
  17.    mrains@apanix.apana.org.au (Matt Rains)
  18.    ejeffrey@iastate.edu (Evan Jeffrey)
  19.    Steffen.Kaiser@Informatik.TU-Chemnitz.DE (Steffen Kaiser)
  20.    Svante Frey (sfrey@kuai.se)
  21.  
  22. Installation
  23. ~~~~~~~~~~~~
  24. to use this shell simply add the following line to your config.sys file.
  25.  
  26. SHELL=<shell path><shell filename>
  27.  
  28. e.g.
  29.  
  30. SHELL=C:\FREEDOS\COMMAND.COM
  31.  
  32. (This may or not work... I've received complaints that it doesn't, so I'd
  33. imagine that's the case!)
  34.  
  35. Current Features
  36. ~~~~~~~~~~~~~~~~
  37. enviroment handling with prompt and path support.
  38. directory utilities.
  39. command-line history with doskey like features.
  40. batch file processing
  41. input/output redirection and piping
  42. loadhigh support
  43.  
  44.